const runtime._Grunnable
34 uses
runtime (current package)
coro.go#L226: casgstatus(gnext, _Gwaiting, _Grunnable)
coro.go#L227: casgstatus(gnext, _Grunnable, _Grunning)
debugcall.go#L242: casgstatus(gp, _Grunning, _Grunnable)
debugcall.go#L252: casgstatus(callingG, _Gwaiting, _Grunnable)
heapdump.go#L419: case _Grunnable,
mgcmark.go#L834: case _Grunnable, _Gsyscall, _Gwaiting:
mgcpacer.go#L811: casgstatus(gp, _Gwaiting, _Grunnable)
preempt.go#L163: case _Grunnable, _Gsyscall, _Gwaiting:
preempt.go#L270: case _Grunnable | _Gscan,
proc.go#L1056: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L1169: case _Grunnable,
proc.go#L1216: if oldval == _Gwaiting && gp.atomicstatus.Load() == _Grunnable {
proc.go#L1253: case _Grunnable:
proc.go#L1283: case _Grunnable:
proc.go#L1328: if oldstatus != _Gwaiting && oldstatus != _Grunnable {
proc.go#L3183: if status&^_Gscan != _Grunnable {
proc.go#L3263: casgstatus(gp, _Grunnable, _Grunning)
proc.go#L3323: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3391: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3439: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3456: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3590: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3657: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L3938: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L4152: casgstatus(gp, _Gwaiting, _Grunnable)
proc.go#L4180: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L4301: casgstatus(gp, _Grunning, _Grunnable)
proc.go#L4843: casgstatus(gp, _Gsyscall, _Grunnable)
proc.go#L5119: var status uint32 = _Grunnable
proc.go#L6027: case _Grunnable,
runtime2.go#L41: _Grunnable // 1
runtime2.go#L102: _Gscanrunnable = _Gscan + _Grunnable // 0x1001
traceback.go#L1188: _Grunnable: "runnable",
tracestatus.go#L133: case _Grunnable:
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |